@extends('admin.layout.master') @section('css') @endsection @section('content')

{{ __('admin.add_provider') }}

@csrf
{{-- Image --}}
{{-- Basic Info --}}
{{-- Location --}}
{{-- Category --}}
{{-- Description --}}
{{-- Gallery Images --}} {{-- Dynamic Fields Container --}}
{{-- Fields will be injected here via JS --}}
{{-- Additions will be injected here --}}
{{-- Identity Images --}}

{{ __('admin.identity_data') }}

{{-- Bank Info --}}

{{ __('admin.bank_data') }}

{{-- start map --}}

{{-- end map --}}
{{__('admin.back') }}
{{-- Templates for Dynamic Fields --}} @endsection @section('js') {{-- show selected image script --}} @include('admin.shared.addImage') {{-- show selected image script --}} {{-- submit add form script --}} @include('admin.shared.submitAddForm') {{-- submit add form script --}} {{-- map --}} @endsection