@extends('admin.layout.master') @section('content') @include('frontdesk.setting.company.store_modal')

Company
{{--
--}}
{{--
--}}
@php($i=1) @foreach ($company as $item) @endforeach
# Name Contact No Agent Email Address Status Action
{{$i++}} {{ $item->name }} {{ $item->contact_no }} {{ $item->Agent->name_eng }} {{ $item->email }} {{ $item->address }} @if ($item->status == 1)

Active

@elseif ($item->status==2)

Inactive

@endif
@endsection