@extends('layouts.master') @section('title',trans('employees')) @section('main') @csrf @lang('full name') @lang('email') @lang('select role') @lang('select') @foreach($roles as $role) id) , $employee->roles->pluck('id')->toArray()) ? 'selected' : '' }}>{{$role->label}} - {{$role->name}} @endforeach @csrf @lang('password') @lang('repeat the password') @endsection @section('vendor-script') {{-- --}} @endsection @section('myscript') @endsection