@extends('template.app') @section('title', 'Unit') @push('css') @endpush @section('content')
UNIT
{{ $units->count() }}
@foreach ($units as $key=>$unit) @endforeach
Serila Name Created Actions
{{ $key+1 }} {{ $unit->name }} {{ $unit->created_at->toDayDateTimeString() }} edit
Serila Name Created Actions
@endsection @push('js') @endpush