@extends('layouts.app') @section('page-title')

@lang($pageTitle)

  @if(hasAccessOf('leads')['is_write']) @lang('modules.lead.addNewLead') @endif @if(hasAccessOf('leads')['is_read']) @lang('app.filterResults') @endif @if(hasAccessOf('leads')['is_write']) @lang('modules.tasks.addBoardColumn') @endif
@endsection @push('head-script') @endpush @section('content')
@csrf
@csrf
{{-- Ajax Modal --}} {{-- Ajax Modal Ends --}} @endsection @push('footer-script') @endpush