{{csrf_field()}}
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if($errors->has('is_active'))
{{ $errors->first('is_active') }}
@endif
{{-- --}} @if($errors->has('filename'))
{{ $errors->first('filename') }}
@endif