@extends('admin.layout') @section('content')
Update Preloader
@csrf
...
@if ($errors->has('file'))

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

@endif

Only GIF, JPG, JPEG, PNG file formats are allowed

@endsection