@extends('layout.app') @section('title') Account Officers @endsection @section('pagetitle') Account Officers @endsection @section('content')
@include('includes.success')
@foreach ($getofficers as $item) @endforeach
Sn Name Email Gender Phone
{{$i+1}} {{ucwords($item->full_name)}} {{$item->email}} {{$item->gender}} {{$item->phone}} Edit Delete
@endsection @section('scripts') @endsection