@extends('layouts.app') @section('title') CUSTOMER VIEW @endsection @section('button') Back @endsection @section('content')
@csrf
Custmer Detail


Contact Person Details


Shipping Location

{{-- --}} @foreach ($customerlocations as $key => $customerlocation)
@endforeach
@endsection