@php $header_title = 'Aurobees | General Page Management | Contact Us'; $header_name = 'general_management'; $page_name = 'general_page_contact-us'; @endphp @extends('admin.admin_master') @section('admin')

Contact Us/Global Offices

All Global Offices

@foreach ($datas as $key => $data) @endforeach
# Title Status Features Action
{{ $key + 1 }} {{ $data->title }} {{ $data->status }} Address @if($data->status=='Trash') @else @endif
@endsection