@extends('layouts.master')
@section('title', 'User')
@push('css')
@endpush
@section('content')
Depertment Information
| Serial |
account Name |
Description |
Action |
@foreach ($accounts as $account)
| {{ $account->account_id }} |
{{ $account->account_name }} |
{{ $account->description }} |
|
@endforeach
@endsection
@push('js')
@endpush