@extends('layouts.app') @section('content')
{{ Form::open(['url' => 'settings', 'method' => 'PUT', 'id' => 'update_profile']) }}

Setting

  1. General
  2. Email Settings
  3. Email Templates
  4. Subscriptions
  5. Payment Gateways
@if (session('status')) @endif

General

Company Name
VAT No
Address
{{ Form::submit('Save Changes', ['class'=>'button ripple-effect big margin-top-30']) }}
@endsection