@extends('admin.layout.base') @section('title', 'Site Settings ') @section('content')
Fare Settings
{{csrf_field()}}
@foreach($data->peakNight as $key => $val) @if($val->peak_night_type=='PEAK')
@if($i=='0') @else @endif
@endif @endforeach @if($data->peak_hour == 'NO') @endif

@foreach($data->peakNight as $val) @if($val->peak_night_type=='NIGHT')
@endif @endforeach @if($data->late_night == 'NO') @endif
Cancel
@endsection