@extends('back.layouts.main') @if($model->exists) @section('title' , 'تعديل الشروط والاحكام') @else @section('title' , 'Create Policy') @endif @section('content')
{{ csrf_field() }}
@if(isset($errors)) @push('footer') {!!$model->viewErrors()!!} @endpush @endif @stop @section('breadcrumbs') @if($model->exists) @else @endif @stop @push('footer') @include('back.laracrud.editors.tiny_basic') @endpush