@extends('layouts.master') @section('title', 'Customer Office') @section('content')
{{ trans('customer_office.office') }}
@if (session('success'))
{{ session('success') }}
@endif
{{ trans('customer_office.table_title') }}
{{ trans('customer_office.id') }}
{{ trans('customer_office.name') }}
{{ trans('customer_office.customer') }}
{{ trans('customer_office.tel') }}
((item.customer_office_id)) ((item.name)) ((item.customer_id)) ((item.tel))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection