@extends('dashboard.dashboard')
@section('title',ucfirst('Unidades'))
@section('main')
@section('page','unit')
| Nome |
{{ __('actions')}} |
| Nome |
{{ __('actions')}} |
@foreach($units as $key => $unit)
| {{ $unit->name }} |
|
@endforeach
@endsection
@push('scripts')
@endpush