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

EDIT BANNER

@csrf
@if ($errors->has('image')) @endif
@if ($errors->has('name')) @endif
@if ($errors->has('designation')) @endif
@if ($errors->has('comment')) @endif
@endsection