@extends('back.layouts.main')
@section('title' , 'Rating reasons')
@section('content')
# |
Name |
Name en |
From rate |
Actions |
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->name}} |
{{$row->name_en}} |
{{$row->from_rate}} |
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
Rating reasons
@stop