@extends('admin.layouts.app') @section('title') @lang('Add Notice') @endsection @section('content')

@lang('Add Notice') @lang('All Notice')

@csrf @method('put')
@error('title') {{ $message }} @enderror
@error('highlight_text') {{ $message }} @enderror
@lang('Please fill in the description')
@error('details') {{ $message }} @enderror
@endsection @push('style-lib') @endpush @push('js') @endpush