@extends('backend.layouts.app') @section('title', __('Dashboard')) @section('content')
Office Management
No.
code
name
Drop Point
Manager
 
@foreach($offices as $key => $office)
{{ $office->code }}
{{ $office->name }}
@if($office->is_drop_point == 1) Yes @else No @endif
{{ $office->manager() }}
@endforeach
@endsection @push('after-scripts') @endpush