@extends('admin/layouts.master') @section('title', 'Current Results') @section('body')
@include('admin.message')

{{ __('All Parampara') }}

+ {{ __('Add Current Results') }}
@foreach($test as $key=>$p) @endforeach
# {{ __('adminstaticword.Image') }} {{ __('adminstaticword.Name') }} {{ __('Call College') }} {{ __('adminstaticword.Status') }} {{ __('Position') }} {{ __('adminstaticword.Update') }} {{ __('adminstaticword.Delete') }}
{{$key+1}} {{$p->name}} {{ strip_tags($p->call_from) }}
{{ csrf_field() }}
@endsection