@extends('template.content')
@section('content')
{{$title}}
Name |
Value |
description |
Image |
Action |
@foreach($cms_settings as $key)
{{$key->name}} |
{{$key->value}} |
{{$key->description}} |
@if($key->image)
@else
no image
@endif
|
detail
edit
delete
|
@endforeach
@push('js')
@endpush
@endsection