Current File : //home/tradevaly/new.tradevaly.com.bd/resources/views/backend/ayaan/master-layouts.blade.php |
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8" />
<title> @yield('title') | {{ $general->siteName($pageTitle ?? '') }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- App favicon -->
<link href="{{asset('assets/backend/css/extra.css')}}" rel="stylesheet"/>
<link rel="shortcut icon" href="{{ asset('assets/images/favicon.ico') }}">
@include('ayaan.head-css')
<link href="{{asset('assets/backend/css/extrta.css')}}" rel="stylesheet"/>
</head>
@section('body')
<body data-topbar="dark" data-layout="horizontal">
@show
<!-- Begin page -->
<div id="layout-wrapper">
@include('ayaan.horizontal')
<!-- ============================================================== -->
<!-- Start right Content here -->
<!-- ============================================================== -->
<div class="main-content">
<div class="page-content">
<!-- Start content -->
<div class="container-fluid">
@yield('content')
</div> <!-- content -->
</div>
@include('ayaan.footer')
</div>
<!-- ============================================================== -->
<!-- End Right content here -->
<!-- ============================================================== -->
</div>
<!-- END wrapper -->
<!-- Right Sidebar -->
@include('ayaan.right-sidebar')
<!-- END Right Sidebar -->
@include('ayaan.vendor-scripts')
</body>
</html>