@extends('backend.layouts.app') @section('content')

{{ translate('Starting Page Details') }}

@if ($introductions->count() > 0) @foreach ($introductions as $introduction) @endforeach @else @endif
{{ translate('#') }} {{ translate('Order') }} {{ translate('Type') }} {{ translate('Image') }} {{ translate('Content') }} {{ translate('Status') }} {{ translate('Action') }}
{{ $loop->iteration }} {{ $introduction->order }} {{ $introduction->type }} @if ($introduction->image) Profile @endif {!! Str::words($introduction->content, 10, '...') !!}
status == 1) checked @endif>
No Content Please Create
@include('backend.modals.delete') @endsection @section('script') @endsection