{{ __('Posts') }} @if (request()->user()->can('create posts'))
{{ __('New Post') }}
@endif
@if ($errors->any()) @endif @if (session('success')) {{ session('success') }} @endif @push('scripts') @endpush