@extends('admin.layouts.app') @section('content')
@if(count($errors) > 0) @foreach($errors->all() as $error)
{{ str_replace('500 kilobytes','500KB',$error) }}
@endforeach @endif
@csrf
@endsection