@extends('back.layouts.main') @if($model->exists) @section('title' , 'تعديل خصم #'.$model->id) @else @section('title' , 'انشاء خصم') @endif @section('content')
{{ csrf_field() }}
@if(isset($errors)) @push('footer') {!!$model->viewErrors()!!} @endpush @endif @stop @section('breadcrumbs') @if($model->exists) @else @endif @stop