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

Create New Notification * Required Fields

{{$errors->first('title')}}
{{$errors->first('description')}}
{{$errors->first('start_date')}}
{{$errors->first('end_date')}}
{{$errors->first('sort_by')}}
@csrf
@endsection @section('ext_js') @endsection