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