@extends('layouts.main') @section('content')

Edit Group

{{ csrf_field() }}
@if ($recordsTotal>0)
@foreach ($allProfile as $profile)
@endforeach
@endif
@endsection @section('sub_header') @section('sub_header')
Group Edit
@endsection @section('theam_css') @endsection @section('js_file') @endsection @section('page_js') @endsection