@extends('layouts.dashboard') @php use App\Models\CasinoName; @endphp @section('css') @endsection @section('sub-header') {{ $title }} {{-- --}} @endsection @section('content')

{{ $title }}


@include('casinos._repeater' , [ 'tableId'=>'casinoNames', 'isRepeater'=>true , 'canAddNewItem'=>true , 'model'=>$model ])
@endsection @section('js') {{-- --}} @endsection