@extends($layout)
@section('title', __('Layouts') )
@section('admin-searchbar' )
@overwrite
@section('content-header')
{{__('Layouts')}}
@endsection
@section('content')
{!! $grid !!}
@stop
@section('before_body_end')
@include('grid::grid.grid-scripts')
@stop