@extends('app') @section('content')
@yield('admin-content') {{-- This is for user --}} @yield('main-content')
@endsection