forked from a1gard/xshop
8 lines
180 B
PHTML
8 lines
180 B
PHTML
2 years ago
|
@extends('starter-kit::layouts.adminlayout')
|
||
|
@section('header-content')
|
||
|
@include('component.lang')
|
||
|
@endsection
|
||
|
@section('js-content')
|
||
|
@yield('content-with-js')
|
||
|
@endsection
|