@extends('layouts.main') @section('title', 'Data Aturan - Rei Cosrent') @section('styles') @endsection @section('content')

Data Aturan

Kelola syarat ketentuan dan larangan/denda sewa kostum.

Kembali
@if(session('success')) @endif @if(session('error')) @endif @if($aturan->count() > 0)
@foreach($aturan as $item) @endforeach
Syarat & Ketentuan Larangan & Denda Dibuat Diubah Aksi
{!! nl2br(e($item->syarat_ketentuan)) !!}
{!! nl2br(e($item->larangan_dan_denda)) !!}
{{ $item->created_at->format('d/m/Y') }} {{ $item->updated_at ? $item->updated_at->format('d/m/Y') : '-' }}
@else
Belum ada data aturan.
@endif
@endsection @section('scripts') @endsection