@extends('layouts.master')
@section('title', 'Company')
@section('pageheader')
@endsection
@section('breadcrumb')
@endsection
@include('layouts.includes.alert')
@section('content')
| # |
Company |
Address |
Phone no |
Status |
Actions |
@endsection
@section('script')
@endsection