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


Contact Person Details


Shipping Location
@foreach ($customerlocations as $key => $customerlocation)
@if ($key > 0) @endif
@endforeach
@endsection