Current File : //home/tradevaly/new.tradevaly.com.bd/resources/views/backend/ayaan/master-without-nav.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">
        <!-- CSRF Token -->
        <meta name="csrf-token" content="{{ csrf_token() }}">
        <!-- App favicon -->
        <link rel="shortcut icon" href="{{ URL::asset('assets/images/favicon.ico')}}">
        @include('ayaan.head-css')
        <link href="{{asset('assets/backend/css/extrta.css')}}" rel="stylesheet"/>
  </head>

    @yield('body')
    
    @yield('content')

    @include('ayaan.vendor-scripts')
    </body>
</html>