@extends('layouts.master') @section('css') @endsection @section('title') VoiceSync:Admins @endsection @section('content.header.title') @endsection @section('content.header.info') @endsection @section('content')

Admin

@foreach($admins as $admin) @endforeach
First Name Last Name Phone # Email Admin Type Add New
{{ $admin->first_name }} {{ $admin->last_name }} {{ $admin->phone_num }} {{ $admin->email }} {{ $admin->admin_type_name}} Edit
First Name Last Name Phone # Email Admin Type
@endsection('content') @section('javascript') @endsection @section('page_script') @endsection