mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-23 14:33:57 +00:00
8a28eb1790
This reverts merge request !5
25 lines
757 B
PHP
25 lines
757 B
PHP
@extends('layouts.base')
|
|
|
|
@section('content')
|
|
@include('partials.general.header')
|
|
<!-- START PAGE-CONTAINER -->
|
|
<div class="page-container" id="app">
|
|
<!-- START PAGE CONTENT WRAPPER -->
|
|
<div class="page-content-wrapper ">
|
|
<!-- START PAGE CONTENT -->
|
|
<div class="content ">
|
|
<!-- START CONTAINER FLUID -->
|
|
<div class="container container-fixed-lg">
|
|
@yield('inner_content')
|
|
</div>
|
|
<!-- END CONTAINER FLUID -->
|
|
</div>
|
|
<!-- END PAGE CONTENT -->
|
|
@include('partials.general.footer')
|
|
</div>
|
|
<!-- END PAGE CONTENT WRAPPER -->
|
|
</div>
|
|
<!-- END PAGE CONTAINER -->
|
|
|
|
|
|
@endsection |