@extends('layouts.app') @section('css') {{-- Select2 --}} @endsection @section('content')
{{ __('User') }} >>{{ __('Create User') }}
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, bmp') }}
@if($departments) @foreach($departments as $department)
@endforeach @endif
{{ __('Cancel') }}
@endsection @section('js') {!! translateValidationMessages() !!} @endsection