@extends('layouts/layoutMaster') @section('title', 'Tables - Basic Tables') @section('content')

Tag / List

New Tag
@foreach($list as $item) @endforeach
Name Actions
{{$item->name}} Edit
@csrf @method('DELETE')
@endsection