@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@if (\Session::has('updated_action'))

{{ \Session::get('updated_action') }}

@endif @if ($errors->any())

Please correct These error.

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Banner Popup Settings @php echo helptooltip('banner_popup') @endphp


    @endsection @section('beforeBodyClose') @endsection