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

Manage Logo


Manage Logo
@if(Session::has('success')) @endif @if(count($errors) > 0) @endif

{!! Form::open(['route'=>['logo_post',1],'method'=>'POST', 'files'=>true]) !!}

New Logo :

Note : Image Must be PNG.
Max: 225px X 60px

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