@extends('layouts.admin') @section('title') Ananas | Placement Test @endsection @section('breadcrumb') @endsection @section('PlacementTest') active {{session('sidebar_color')}} @endsection @section('content')
add

Add New

Placement Test

Placement Test Category table
@foreach($categories as $category) @endforeach
Title Action
{{$category->title}}

{{getCategoryType($category->type)}}

editEdit
{{csrf_field()}} {{method_field('DELETE')}}
arrow_forwardView
@endsection