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

Diploma Print Settings List

New Setting
@foreach($settings as $row) @endforeach
# Field Name X Position Y Position Font Alignment Font Size Font Style Direction Actions
{{ ++$loop->index }} {{ $row->field_name}} {{ $row->x_position}} {{ $row->y_position}} {{ $row->font_id}} {{ $row->alignment}} {{ $row->font_size}} {{ $row->font_style}} {{ $row->direction}}
@include('../pages/diploma_print_settings/delete') @include('../pages/diploma_print_settings/create') @endsection @section('script') @endsection