@extends('admin.include.master') @section('title') لوحة التحكم | اضافة شجرة جديدة @endsection @section('content') اضافة شجرة جديدة {{ Form::open(array('method' => 'POST','files' => true,'url' =>'adminpanel/tribetrees' )) }} الاسم @if ($errors->has('name')) {{ $errors->first('name') }} @endif النوع اختار النوع ع قيد الحياة متوفى شجرة العائلة المدينة @if ($errors->has('city')) {{ $errors->first('city') }} @endif رقم الجوال @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif شجرة العائلة {{ old('desc') }} @if ($errors->has('desc')) {{ $errors->first('desc') }} @endif {!! Form::close() !!} @endsection