@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('noorAccounts.index'), 'name' => "حسابات نور"],['link' => route('noorAccounts.create'), 'name' => "اضافة حساب جديد" ]],['title'=> 'اضافة حساب جديد']]; @endphp @section('title', 'اضافة حساب نور ') @section('content') @component('components.forms.formCard',['title' =>' اضافة حساب نور' ]) {!! Form::open(['route' => 'noorAccounts.store','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!} معلومات الحساب
تفاصيل دخول نظام نور
اضافة الحساب عودة
{!! Form::close() !!} @endcomponent @endsection