@extends('admin.layout.master') @section('content')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif

Circle Termination Details List

Circle Code : {{$circle_code}}

@foreach($round as $key=>$val) @endforeach
Round Number Payments Date Round Status Action
{{$keep}} {{$val->payments_date}} @if($val->payment_status == 1)

Complete

@else

Incomplete

@endif
@if($val->withdrwal == 1) @endif @if($val->withdrwal == 0 && $total>=$circle->target_achive && $val->payment_status == 1 && $btn == 0) @endif
@endsection @section('scripts') @endsection