@extends('admin/layout') @section('header') @yield('header_extend') @endsection @section('content')
{{----}} {{--
--}} @yield('right') {{--
--}}
@endsection @section('footer') @yield('footer_extend') @endsection