@extends('back.layouts.main') @if($model->exists) @section('title' , 'تعديل عن التطبيق') @else @section('title' , 'Create About us') @endif @section('content')
{{ csrf_field() }}
@if($model->image !='' ) image)}} style='width:100px;margin-top: 10px;' > @endif
@if(isset($errors)) @push('footer') {!!$model->viewErrors()!!} @endpush @endif @stop @section('breadcrumbs') @if($model->exists) @else @endif @stop