@extends('layouts.app') @section('title') {{'Create Category'}} @endsection @section('content')
Create Category
@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
Search By Value Name
Create New
@php $i=0; @endphp @foreach($items_list as $row) @php $i++; @endphp @endforeach
S.N. Category Types Value Name Action
{{$i}} {{$row->types}} {{$row->values}} @if (Auth::user()->parent_id == "0" ) |
{{method_field('DELETE')}}
@endif
@endsection