@extends('admin.layouts.app') @section('title','Edit') @section('content')

Edit

View All
@csrf @method('PUT')
{{--

The previous image is stored here in case of uploading new image click on Choose File.

--}}

The previous image is stored here in case of uploading new image click on Choose File.

{{--
--}}
{!! (isset($news_event->description)?$news_event->description:old('description')) !!}
@endsection @push('js') @endpush