@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.datatable-header') @endsection @section('content')
@if(count($guests) > 0) @foreach($guests as $guest) @endforeach @else @endif
ক্রমিক পর্ব নাম পদবী ঠিকানা ছবি Action
{{$i}} {{$guest->round_id}} {{$guest->guest_name}} {{$guest->guest_designation}} {{$guest->guest_address}}
Edit
{{ csrf_field() }}
No Data Found
@endsection @section('footer-script') @include('admin.layouts.datatable-footer-script') @endsection