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

{{ __('Intro Sections') }}

{{ __('Intro Sections List') }}

@foreach ($intro_sections as $key => $intro_section) @endforeach
{{ __('#') }} {{ __('Title') }} {{ __('Status') }} {{ __('Action') }}
{{ ++$key }} {!! json_decode($intro_section->title)->en !!} @if ($intro_section->status == 'active') Active @else InActive @endif
@csrf
@endsection