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

Update Customer Details

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