@extends('admin.include.master') @section('title') لوحة التحكم |اضافة دليل القبيلة @endsection @section('content')

اضافة دليل قبيلة

{{ Form::open(array('method' => 'POST','files' => true,'url' =>'adminpanel/tribeguides' )) }}
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
{!! Form::close() !!}
@endsection