@extends('layout.master') @section('title') @if (isset($pageTitle)) {{ $pageTitle }} @endif @endsection @section('main-body')

@if (isset($pageTitle)) {{ $pageTitle }} @endif

@include('layout.message')
{{ Form::open(['route' => 'saveSettings', 'files' => 'true']) }}
{{ $errors->first('app_title') }}
{{ $errors->first('contact_number') }}
{{ $errors->first('primary_email') }}
{{ $errors->first('copyright_text') }}
{{ $errors->first('address') }}
{{ $errors->first('lang') }}
{{ $errors->first('front_base_color') }}
{{ $errors->first('google_capcha_site_key') }}
{{ Form::close() }}
{{ Form::open(['route' => 'adminImageUploadSave', 'files' => 'true']) }}
{{ Form::close() }}
{{ Form::open(['route' => 'adminImageUploadSave', 'files' => 'true']) }}
{{ Form::close() }}
@endsection @section('script') @endsection