@extends('layouts.layout-horizontal') @section('title', 'Create Customer') @section('css') @endsection @section('content')
Create Customer
Back
@csrf @if(request('from_dropdown')) @endif @include('customers._form')
@endsection