@extends('layouts.app') @section('content')

Select a Store

@csrf
@if($errors->has('stores'))
{{ $errors->first('stores') }}
@endif {{ trans('cruds.employee.fields.roles_helper') }}
@endsection @section('scripts') @parent @endsection