@extends('layouts.app') @section('title',ucwords(str_replace('-',' ',$resource))) @section('content')

{{ ucwords(str_replace('-',' ',$resource)) }}

Create, update and remove records.

@csrf
@foreach($rules as $f)@endforeach
@foreach($rows as $row)
@csrf @method('PATCH')
@foreach($rules as $f)@endforeach
@csrf @method('DELETE')
@endforeach
{{ $rows->links() }}
@endsection