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

Manage About Us


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

Title :

About Us Description :

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