@extends('admin.layouts.app') @section('title', 'Create Customer') @section('page_title', 'Add New Customer') @section('content')
Create Customer
@csrf
Cancel
@endsection