@extends('back.layouts.main') @if($model->exists) @section('title' , 'تعديل طريقة التقطيع # '.$model->name) @else @section('title' , 'انشاء طريقة تقطيع') @endif @section('content')
@csrf @if($model->id>0) @endif
@stop @section('breadcrumbs') @if($model->exists) @else @endif @stop