@extends('user.layout') @section('content')
{{ __('Update_Preloader') }}
@csrf
...

{{ __('img_validation_msg') }}

@if ($errors->has('file'))

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

@endif
@endsection