@extends('include.app') @section('content')
@include('include.sidebar') @include('include.headnavbar')

Banners

@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Heading

@error('croped_image')
{{ $message }}
@enderror
your image

Back
@endsection @section('script') @endsection