@extends('backend.admin.layouts.master') @section('content')

{{$heading}}

Testominals
@include('layouts.message')
{{$heading}}
@foreach($records as $key=>$record) @endforeach
SN Image Full Name Sector Status Action
{{++$key}} {{$record->full_name}} {{$record->sector}}
{{csrf_field()}}
status) checked @endif name="status" />
Delete Edit
@endsection