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