@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@if(session()->has('message'))

{{session('message')}}

@endif

    {{$data['title']}}

@php $privileges = getPrivileges(); @endphp
@if(Auth::user()->type == 1) Add @else @if(!empty($privileges && array_key_exists(10,$privileges))) @if(array_key_exists(11,$privileges[10])) Add @endif @endif @endif
@if (getSpacesFolder() == 'Localhost')