@extends('layouts.app')
@section('content')
| Judul |
Deskripsi |
Judul inggris |
Deskripsi inggris |
# |
@forelse (\App\Models\Service::all() as $item)
| {{ $item->title }} |
{!! $item->description !!} |
{{ $item->title2 }} |
{!! $item->description2 !!} |
|
@empty
| no data. |
@endforelse
@endsection
@push('customer_script')
@endpush