@extends('layout.admin_layout') @section('title', 'Give Permission') @section('body') @section('header', 'Give Permission') @section('badge') @endsection

{{$data->name}} ({{$data->email}})

@if($errors->any()) @endif
{{ csrf_field() }}
@endsection