@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'User Management'])
Users
Add User
@foreach($ccws as $ccw) @endforeach
First Name Last Name Email Address State Action
{{ $ccw->first_name }} {{ $ccw->last_name }} {{ $ccw->email }} {{ $ccw->address }} {{ $ccw->state }} Print Edit
@csrf @method('DELETE')
@endsection