@extends('backend.admin.index') @section('style') @endsection @section('body') {{$typeName}} Add New @include('layouts.message') SN Image Name Status Action @foreach($records as $key=>$record) {{++$key}} {{$record->name}} {{csrf_field()}} @if($record->status=='public') Public @else Draft @endif Edit Delete @endforeach