@extends('layouts.admin_default') @section('title', 'Manage Users') @if (isset($user)) @section('page', 'Users / Update') @endif @if (!isset($user)) @section('page', 'Users / Add') @endif @section('content') {{-- ================================== my code start ===================================== --}}
{{-- ================================== /my code start ===================================== --}} @endsection @section('footer') @endsection