@extends('admin.layout.layout') @section('content')
{{--

Hi {{Auth::guard('admin')->user()->last_name }}

--}}

Parameters

Add Category Paramter @if (Session::has('success_message')) @endif @foreach($params as $param) @endforeach
S/N Category Segment Label Name Type Required Action
{{ $loop->iteration }} {{ $param->category->category_name ?? "" }} {{ $param->display }} {{ $param->label }} {{ $param->name }} {{ $param->type}} @if($param->type == "select") ({{ $param->options }}) @endif @if ($param->required == 1) {{ "yes" }} @else {{ "no" }} @endif
@endsection