@extends('layouts.app') @section('title', 'Bangladesh Unbound - Users') @section('page-headder') @endsection @section('content')
@yield('page-headder')

View Users

@include('admin.users.partials.view-form')
@endsection