@extends('layouts.app') @section('title') SUPPLIER VIEW @endsection @section('button') Back @endsection @section('content')
Company Detail


Contact Person Detail

Shipping Mode

@foreach ($supplier['shipping_mode'] as $key => $mode)
@endforeach

Shipping Point

{{--

Shipping Point

--}} @foreach ($supplier['shipping_location'] as $key => $time)
@endforeach
@endsection