@extends('layouts.master') @section('css') @endsection @section('title') VoiceSync:Admins @endsection @section('content.header.title') @endsection @section('content.header.info') @endsection @section('content') Admin First Name Last Name Phone # Email Admin Type Add New @foreach($admins as $admin) {{ $admin->first_name }} {{ $admin->last_name }} {{ $admin->phone_num }} {{ $admin->email }} {{ $admin->admin_type_name}} Edit @endforeach First Name Last Name Phone # Email Admin Type @endsection('content') @section('javascript') @endsection @section('page_script') @endsection