@extends('back.layouts.main') @section('title' , 'تعديل اﻻسباب '.$model->name) @section('content')
@method('PUT')
@csrf @include('back.register_stores_reasons.form')
@stop @section('breadcrumbs') @stop