@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Fonts List
@endsection
@section('subcontent')
Fonts List
# |
Name |
Actions |
@foreach($fonts as $row)
{{ ++$loop->index }} |
{{ $row->name}} |
|
@endforeach
@include('../pages/font/delete')
@include('../pages/font/create')
@endsection
@section('script')
@endsection