@extends('tenant.representatives.representative-tabs') @php $activeTab = 'representatives_create'; @endphp @section('breadcrumb') @php $breadcrumb_items[ __('breadcrumb.home')] = '/'; $breadcrumb_items[ __('breadcrumb.representatives')] = route('tenant.representatives.representatives.index'); $breadcrumb_items[ __('breadcrumb.add')] = '#'; @endphp @include('tenant.layouts.breadcrumb', ['items' => $breadcrumb_items]) @endsection @section('style') @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'representatives.create']) @endsection @section('content-field')

@lang('representatives/create.add_new_representative')

@csrf
{{-- Sections Of Module - Table --}}
@foreach ($sections as $section) @endforeach
@lang('representatives/create.section') @lang('representatives/create.operations')
{{ $section->name }} {{-- Functions Of Section --}}
@foreach ($section->functions as $function)
@endforeach
@endsection @push('script') @endpush