@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')

    {{$data['title']}}

@php $privileges = getPrivileges(); @endphp @if(Auth::user()->type == 1) + Add @else @if(!empty($privileges && array_key_exists(35,$privileges))) @if(array_key_exists(36,$privileges[35])) + Add @endif @endif @endif Export PDF Download Report

Step 1

@if($data['data']['form_type'] == 2)
@else
@endif

Step 2

@endsection @section('custom-scripts') @endsection