@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('script') @endpush
@if( $category == 'About') @else @endif
@include('common.alert')
@foreach ($data as $value) @php $title = json_decode($value->title, true); @endphp {{-- --}} @endforeach
S.No Head Title Action
{{ $i }} {{ $value->head }} @if(is_array($title)) {{ $title[0] }} {{ $title[1] }} @else {{ $value->title }} @endif
@csrf @method('PUT') @if ($value->status == 1) @else @endif
@if($value->category_id == 1) @else @endif
@endsection