@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('strings.quiq_user_create') }}

{{ csrf_field() }} {{ method_field('post') }}
{{__('strings.submit_cancel')}}
@endsection @push('scripts') @endpush