@extends(get_view('index')) @section('title'){{ $title ?? '' }} - @endsection @section('header') @yield('user.header') @endsection @section('content')
@yield('user.content')
@endsection @section('footer') @yield('user.footer') @endsection