@extends('layouts.master')
@section('title', 'Company')
@section('content')
@include('pages.training_facility.list')
@include('includes.pagination')
@include('pages.training_facility.add_modal')
@endsection
@section('script-footer')
@if ($errors->any())
@endif
@if (session('error'))
@endif
@if (session('success'))
@endif
@endsection