@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