@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }} - Edit


@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
{{ getTitleInPage() }} - Edit

This is as set by Maker. Do not change
is_login_allow_app == 1)?'checked':'' }} /> Make sure its checked unless you want to block access to the Maker
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection