@extends('layout.backend.main') @section('page_content')

Assets Type

@csrf
@foreach ($types as $type) @endforeach
ID Name Description Action
{{$type->id}} {{$type->name}} {!! Str::limit($type->description, 80, ' ...') !!}
id") }}">
id") }}" method="post"> @csrf @method('DELETE')
@endsection