@extends('template.app') @section('meta') @endsection @section('title') Create Notice @endsection @section('styles') @endsection @section('content')
@csrf @method('POST') @if(session('message'))
{{ session('message') }}
@endif
Cancel
@endsection @section('scripts') @endsection