@extends('layouts.head_office_app') @section('title', 'Head Office User Profiles') @section('content')
Add Profile @include('layouts.error') @foreach($profiles as $profile)
Assigned to User(s): {{count($profile->user_profile_assign)}}
@include('head_office.users.profile_form')
@if(!$profile->super_access) @endif @endforeach
@endsection