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

تعديل بيانات داعم - {{$uptribesponsor->name}}

{{ Form::open(array('method' => 'PATCH','files' => true,'url' =>'adminpanel/tribesponsors/'.$uptribesponsor->id )) }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
{!! Form::close() !!}
@endsection