@extends('layouts.admin-layout') @section('title','Customer') @section('content')

Add Customer

{{ @csrf_field() }}

Basic Details

*
@php $areaList = App\Area::where('is_active',1)->get(); @endphp

Account Details

@if(isset($user)) @else @endif

is_active==1) ? 'checked=""':'') : 'checked=""')}}>
@endsection @push('js') @endpush