@extends('layouts.master') @section('css') @section('title') اضافة مستخدم - مورا سوفت للادارة القانونية @stop @endsection @section('page-header') @endsection @section('content')
@if (count($errors) > 0)
خطا
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{csrf_field()}}
{!! Form::select('roles_name[]', $roles,[], array('class' => 'form-control','multiple')) !!}
@endsection @section('js') @endsection