@extends('layouts.admin') @section('ext_css') @endsection @section('content')

Edit Notification * Required Fields

{{$errors->first('title')}}
{{$errors->first('description')}}
{{$errors->first('start_date')}}
{{$errors->first('end_date')}}
{{$errors->first('sort_by')}}
status == 1) checked @endif> status == 0) checked @endif>
type == 1) checked @endif> type == 0) checked @endif>
@csrf @method('PUT')
@endsection @section('ext_js') @endsection