@extends('admin.layouts.app') @section('content')

General

@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif
{{ csrf_field() }}
@if ($errors->has('site_title')) {{ $errors->first('site_title') }} @endif
@if(!empty($getData)) @if($getData->logo)
@endif @endif
@if ($errors->has('file_image')) {{ $errors->first('file_image') }} @endif
{{ csrf_field() }}
@if ($errors->has('admin_email')) {{ $errors->first('admin_email') }} @endif
@if ($errors->has('address_line1')) {{ $errors->first('address_line1') }} @endif
@if ($errors->has('address_line2')) {{ $errors->first('address_line2') }} @endif
@if($countries) @endif @if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('postcode')) {{ $errors->first('postcode') }} @endif
{{ csrf_field() }}
@if ($errors->has('smtp_host')) {{ $errors->first('smtp_host') }} @endif
@if ($errors->has('smtp_port')) {{ $errors->first('smtp_port') }} @endif
@if ($errors->has('smtp_protocol')) {{ $errors->first('smtp_protocol') }} @endif
@if ($errors->has('smtp_username')) {{ $errors->first('smtp_username') }} @endif
@if ($errors->has('smtp_password')) {{ $errors->first('smtp_password') }} @endif
{{ csrf_field() }}
@if ($errors->has('fb_app_id')) {{ $errors->first('fb_app_id') }} @endif
@if ($errors->has('fb_secret_key')) {{ $errors->first('fb_secret_key') }} @endif
@if ($errors->has('st_app_id')) {{ $errors->first('st_app_id') }} @endif
@if ($errors->has('st_secret_key')) {{ $errors->first('st_secret_key') }} @endif
@endsection @section('scripts') @endsection