@extends('user.layout.header_footer') @section('content')
{!! csrf_field() !!}
{!! Form::text( 'category_name', $name ?? '', [ 'class' => 'form-control bfgs', 'data-parsley-trigger' => 'change', 'placeholder' => 'Select Category', 'maxlength' => '100', ], ) !!}
@foreach ($category_split as $c)
@foreach ($c as $p)

{!! $p['name'] !!}

{!! $p['description'] !!}
{{-- 4.01 --}}
{{-- --}}
{{-- (1306) --}}
@endforeach
@endforeach
@endsection @section('app_jquery') @endsection