@extends('layouts.master') @section('title', 'Company Office') @section('content')
@csrf

{{ trans('company_office.company_office_add') }}

{{ trans('company_office.company_office_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection