@extends('layouts.layout') @section('title', 'Manage Social') @section('content')

Manage Home Contact


Manage Contact
@if(Session::has('success')) @endif @if(count($errors) > 0) @endif {!! Form::model($contact,['route'=>['contact_update',$contact->id],'method'=>'PUT']) !!}

Number :

Email :

Address :

{!! Form::submit('Update Contact', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}
{!! Form::close() !!}
@endsection