@extends('layouts.master') @section('title', 'Upload Leads | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.upload leads')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.leads') }} | {{ __('basic.upload leads') }}
{{ __('basic.upload leads') }}
@csrf
@error('branch_id') {{ $message }} @enderror
@error('from_recourse_id') {{ $message }} @enderror
@error('project_id') {{ $message }} @enderror
@error('crm_campaign_id') {{ $message }} @enderror
@error('last_crm_leads_action_cat_id') {{ $message }} @enderror
@if ($errors->has('last_crm_leads_action_sub_cat_id')) {{ $errors->first('last_crm_leads_action_sub_cat_id') }} @endif
{{ __('basic.attached img') }}
@error('client_file') {{ $message }} @enderror
@endsection @section('js') @endsection