@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@if ($errors->any())

Please correct These error.

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

    Javascript Code to include in your site {{-- @php echo helptooltip('js_code') @endphp --}}

    @csrf

    Copy js Code that you want ot put in your {{ '' }} here

    Copy js Code that you want ot put in bottom of {{ '' }} here

    @endsection @section('beforeBodyClose') @endsection