@extends('layouts.app-admin') @section('content')

Category

Category List Add Category
@foreach($getcategory as $key=>$row) @endforeach
Sorting Img Title Status Action
{{$row->sort}} @if($row->img) @else @endif {{$row->title}} @if($row->status=='active') Active @else In-Active @endif
@endsection @section('script') @endsection