@extends('layouts.app') @section('content') @include('incs.propeller') @include('incs.materialfont')
@include('incs.contentheader')
{{ csrf_field() }}
DETAILS
MEMBER OF
@foreach($roles as $role)
@endforeach
@endsection @section('script') @endsection