PATH:
home
/
lab2454c
/
costbloc.com
/
resources
/
views
/
vendor
/
layouts
@extends('vendor.layouts.master') {{-- All the contents will be placed here --}} @section('parent-content') @yield('content') @if (isActive('Ticket') && preference('chat')) @include('ticket::message') @endif @endsection {{-- All the styles will be injected here --}} @section('parent-css') @yield('css') @stack('styles') @endsection {{-- All the scripts will be injected here --}} @section('parent-js') @yield('js') @stack('scripts') @endsection
[+]
includes
[-] master.blade.php
[edit]
[+]
..
[-] app.blade.php
[edit]
[-] list_pdf.blade.php
[edit]