@extends('admin.master') @section('title', $title) @section('content')
@csrf
{{ __('Cancel') }}
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
{{ __('Browse') }} icon}") : null }}">
@endsection