@extends('admin.layouts.app') @section('title', 'Update Table') @section('content')

Update Table


@csrf @method('put')
@error('name') {{ $message }} @enderror
@endsection