@extends('admin.include.master') @section('title') لوحة التحكم | تعديل شجرة عائلة @endsection @section('content')

تعديل شجرة عائلة - {{$uptribetree->name}}

{{ Form::open(array('method' => 'PATCH','files' => true,'url' =>'adminpanel/tribetrees/'.$uptribetree->id )) }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif

شجرة العائلة

@if ($errors->has('desc'))
{{ $errors->first('desc') }}
@endif
{!! Form::close() !!}
@endsection