@extends('layouts.admin.app') @section('title', 'Admin | Manage Barber') @section('styles') @endsection @section('content') {{-- CONTAINER --}}
@include('layouts.includes.alert')
Create Barber +

{{-- Display barbers --}}
List of Barbers
# First Name Middle Name Last Name Sex Bio Registered At

{{-- End CONTAINER --}} @endsection