@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

@if($errors->any()) @endif {!! Form::model($data,['method'=>'PATCH','action'=>['LeadSaleController@update',$data->id]]) !!} {{--
--}} @csrf
{{-- * --}}
{{-- * --}}
{{--
--}}
OR
@if($data->sim_type == 'Elife') @include('dashboard.include.edit-elife') @elseif($data->sim_type == 'MNP') @include('dashboard.include.edit-mnp') @elseif($data->sim_type == 'New') @include('dashboard.include.edit-new') @else @include('dashboard.include.edit-itp') @endif
@endsection @include('dashboard.include.chat')