@extends('dashboard.layouts.master' ) @section('content')

{{__('admin.Edit New')}}

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('short_description')) {{ $errors->first('short_description') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{----}}
@endsection