@extends('layouts.master') @section('title') Companies @endsection @section('content.header.title') Companies @endsection @section('content.header.info') Manage companies data here. @endsection @section('content')
@foreach($companies as $company) @endforeach
Company Name Company Code Contact Phone # Contact Email Add New
@if($company->current_flag == 1) Active @else Inactive @endif {{$company->name}} {{$company->company_code}} {{$company->contact_name}} {{$company->phone_number}} {{$company->contact_email}} Edit
@endsection('content')