@extends('backend.master') @section('content')
Create Notice
@csrf @if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
Cancel
@endsection