@extends('layouts.app') @section('title', 'Bangladesh Unbound - Edit Customers')@section('page-title', 'Customers') @section('breadcrumb') @endsection @section('content')

Create Package Edit Customer

Back to customers
@include('admin.customers.partials.edit-form')
@endsection