@php use Carbon\Carbon; $edit = !empty($notice->id); @endphp @extends('layouts.admin.master') @section('title') {{ $edit ? 'Edit' : 'Create' }} Notice @endsection @section('content')