@if(is_mobile_client()) @section('html') @show @section('title') {{ isset($title)?$title:config('website.name') }} @show @section('theme_css') @show @yield('add_css') @section('font_css') @show @section('body') @show @section('layui_fluid')
@show
@section('header') @include('admin.layouts.header') @show @section('side') @include('admin.layouts.side') @show
@section('pagename') @include('admin.layouts.pagename') @show @yield('content')
@include('admin.layouts.footer') @section('base_js') @show @yield('add_js') @else @section('html') @show @section('title') {{ isset($title)?$title:config('website.name') }} @show @section('theme_css') @show @yield('add_css') @section('font_css') @show @section('body') @show @section('layui_fluid')
@show @section('pagename') @include('admin.layouts.pagename') @show @yield('content')
@include('admin.layouts.footer') @section('base_js') @show @yield('add_js') @endif