@extends('admin.layout.layout') @section('content')

Banners Management

{{ $title }}

@if($prevId!=0)   Previous Banner @endif @if($nextId!=0) Next Banner @endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('success_message')) @endif
@csrf @if(!empty($banner['id'])) @endif
@if(!empty($banner['image'])) View Image @endif
@if(!empty($banner['mobile_banner'])) View Image @endif
@endsection