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

BANNER

@csrf
Left Top Section
@if ($errors->has('title1')) @endif
@if ($errors->has('subtitle1')) @endif
@if ($errors->has('icon1')) @endif
@if ($errors->has('redirect_url1')) @endif

Left Buttom Section
@if ($errors->has('title2')) @endif
@if ($errors->has('subtitle2')) @endif
@if ($errors->has('icon2')) @endif
@if ($errors->has('redirect_url2')) @endif

Center Position
@if ($errors->has('title3')) @endif
@if ($errors->has('subtitle3')) @endif
@if ($errors->has('icon3')) @endif
@if ($errors->has('redirect_url3')) @endif

Right Top Section
@if ($errors->has('title4')) @endif
@if ($errors->has('subtitle4')) @endif
@if ($errors->has('icon4')) @endif
@if ($errors->has('redirect_url4')) @endif

Right Buttom Section
@if ($errors->has('title5')) @endif
@if ($errors->has('subtitle5')) @endif
@if ($errors->has('icon5')) @endif
@if ($errors->has('redirect_url5')) @endif
@endsection