From here you can manage all the data. Click on the button of teh table you want to use and from there
- you will be able to add, modify and delete records.
+
+@endsection
+
+@section('javascript')
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/admin/data-management/load/status.blade.php b/resources/views/admin/data-management/load/status.blade.php
new file mode 100644
index 00000000..c4b08674
--- /dev/null
+++ b/resources/views/admin/data-management/load/status.blade.php
@@ -0,0 +1,134 @@
+@extends('layouts.app')
+
+@section('stylesheets')
+
+@endsection
+
+@section('content')
+ {!! Form::hidden('api_token', Auth::user()->api_token, ['id' => 'api_token']) !!}
+ {!! Form::hidden('job_id', $job->id, ['id' => 'job_id']) !!}
+
+
+
+
Processing {{$job->file}}
+
+
Validating records
+
+
+ 0% Complete
+
+
+
+
+
Inserting records
+
+
+ 0% Complete
+
+
+
+
+
+
+
+
It looks like something went really wrong. I'm afraid I cannot recover from this.
+
Please look carefully at the errors, fix them and start over.
+
The errors are on line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fixture
+
+
+ -
+ v
+
+ on
+ warm-up:
+ start:
+
+ at
+
+
+
+ The following data has not been found in the database. If it's new then add it. If not, then
+ please check the available options and map it to one of the existing.
+
+
What would you like to do?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
User confirmation required
+
+
+
+ The system has now finished validating all the records and the data is ready to be inserted
+ into the system. This action can not be interrupted.
+
+
+ This is your last chance to abandon the process and start over, if for example you have
+ made any mistakes.
+
+
+
+
+
+
+@endsection
+
+@section('javascript')
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/admin/data-management/roles/_form.blade.php b/resources/views/admin/data-management/roles/_form.blade.php
new file mode 100644
index 00000000..cebca978
--- /dev/null
+++ b/resources/views/admin/data-management/roles/_form.blade.php
@@ -0,0 +1,13 @@
+