@extends('layouts.admin') @section('content')

{{ __(@$title) }}

@csrf
@if ($errors->has('update_file')) {{ $errors->first('update_file') }} @endif
@endsection