@extends('admin.admin_master') @section('title') Create Notice @endsection @section('content')
.
@if (session('success'))
Success! {{ Session::get('success') }}
@endif

Create Notice. Back

@csrf
@error('description') {{ $message }} @enderror
@endsection