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