@extends('admin.layout') @section('custom-style') @endsection @section('content')

Production Team

Create Staff

@if ($errors->any())
@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif @if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if(\Session::has('success'))
  • {!! \Session::get('success') !!}
  • @endif
    {{csrf_field()}}
    Profile Thumbnail

    Assign Permissions:

    @isset($modules) @foreach($modules as $module)
    {{$module->name}}:
    name)).'_view', old('permission'))) checked @endif @endif>
    @if($module->name == 'Production Team')
    name)).'_suspend', old('permission'))) checked @endif @endif>
    name)).'_activate', old('permission'))) checked @endif @endif>
    @endif @if($module->name == 'Video Gallery')
    name)).'_additional_video', old('permission'))) checked @endif @endif>
    @endif @if(in_array($module->name, ['Video Legal Review', 'Video Editor Review']))
    name)).'_approve_video', old('permission'))) checked @endif @endif>
    @endif @if(in_array($module->name, ['Video Gallery', 'Live Broadcast']))
    name)).'_approve_video', old('permission'))) checked @endif @endif>
    name)).'_all_video', old('permission'))) checked @endif @endif>
    @endif @if($module->name == 'Live Broadcast')
    name)).'_set_calendar', old('permission'))) checked @endif @endif>
    @endif @if(!in_array($module->name, ['Settings', 'Country', 'Dashboard', 'Ratings', 'Transaction', 'Users', 'Refund', 'Subscription Request', 'User Activities', 'Video Legal Review', 'Video Editor Review']))
    name)).'_create', old('permission'))) checked @endif @endif>
    @endif @if(!in_array($module->name, ['Dashboard', 'Settings', 'Ratings', 'Transaction', 'Refund', 'Subscription Request', 'User Activities', 'Users', 'Video Legal Review', 'Video Editor Review']))
    name)).'_edit', old('permission'))) checked @endif @endif>
    @endif @if(!in_array($module->name, ['Dashboard', 'Settings', 'Country', 'User Activities', 'Subscription Request', 'Refund', 'Transaction', 'Ratings', 'Menus', 'Video Legal Review', 'Video Editor Review']))
    name)).'_delete', old('permission'))) checked @endif @endif>
    @endif @endforeach @endisset
    @endsection @section('custom-scripts') @endsection