{{-- layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @include('panels.page-title') {{-- page style --}} @section('vendor-style') @endsection {{-- page content --}} @section('content')
@include('panels.flashMessages')

Import Company

{{__('locale.export_company')}}
@include('pages.company.company-table-list')
@endsection {{-- vendor script --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection