@php $row=App\Options::where('key','system_basic_info')->first(); $siteInfo=json_decode($row->value); @endphp {{ config('app.name') }} | {{ Request::segment(2) }} @yield('style')
@include('layouts/backend/partials/header') @include('layouts/backend/partials/sidebar')
@yield('content')
@yield('script')