@extends('admin.layout') @section('content')
Push Notification Settings
@csrf
...
@if ($errors->has('file'))

{{$errors->first('file')}}

@endif
@endsection