@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Fonts List @endsection @section('subcontent')

Fonts List

New Font
@foreach($fonts as $row) @endforeach
# Name Actions
{{ ++$loop->index }} {{ $row->name}}
@include('../pages/font/delete') @include('../pages/font/create') @endsection @section('script') @endsection