@extends('admin.layout.master') @section('content')

Term And Condition

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($data as $row) @endforeach
Id Tipe Konten Bahasa Aksi
{{$row->getKey()}} {{$row->type}}

{!! $row->content !!}
{{\General\Enums\LangEnum::TEXT[$row->lang]}}
@endsection @section('script') @endsection