@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('noorAccounts.index'), 'name' => "حسابات نور"],['link' => route('noorAccounts.edit',$noorAccount), 'name' => "تعديل حساب نور" ]],['title'=> 'تعديل حساب نور']];
@endphp
@section('title', 'تعديل حساب نور ')
@section('content')
@component('components.forms.formCard',['title' =>' تعديل حساب نور' ])
@section('content')
@component('components.forms.formCard',['title' =>' تعديل الصف الدرسي : ' . $noorAccount->account_name ])
{!! Form::model($noorAccount, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['noorAccounts.update', $noorAccount->id]]) !!}