@extends('layouts.app') @section('title', 'Bangladesh Unbound - Customer Details') @section('page-headder') @endsection @section('content')
@yield('page-headder')

Create New Customer Details

@include('admin.customer_details.partials.create-form')
@endsection