@extends('library.admin.layouts.admin_design') @section('title') View Setting - School Library @endsection @section('content')

Setting

View All Setting

@foreach($setting as $key)

Setting For {{$key->role}}

Number of Book Allow: {{$key->no_of_issue}}
Return time: {{$key->return_time}} Day(s)
Fine Per Day: Rs. {{$key->fine_per_day}}
Fine Per Week: Rs. {{$key->fine_per_week}}
Fine Per Month: Rs. {{$key->fine_per_month}}
Fine for Book Lost: Rs. {{$key->fine_book_lost}}
Fine for Book Damaged: Rs. {{$key->fine_book_damaged}}
Maximum Days Allow: {{$key->max_day_allow}} Day(s)
Maximum Week Allow: {{$key->max_week_allow}} Week(s)
Maximum Renew Allow: {{$key->max_renew_allow}} Time(s)

@endforeach
@endsection @section('scripts') @endsection