@extends('back.layouts.main') @section('title','System Info') @section('content-header')

System Info

@endsection @section('content')
@csrf @method('post')
* signed fields are mandatory
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('phone')){{ $errors->first('phone') }}@endif
@if ($errors->has('address')){{ $errors->first('address') }}@endif
@if ($errors->has('currency')){{ $errors->first('currency') }}@endif
@if ($errors->has('currency_icon')){{ $errors->first('currency_icon') }}@endif
System Logo
@if ($errors->has('logo')){{ $errors->first('logo') }} @endif
@if($system->logo!="") @else @endif

Favicon

@if ($errors->has('favicon')){{ $errors->first('favicon') }} @endif
@if($system->favicon!="") @else @endif
Status
@if ($errors->has('status')){{ $errors->first('status') }} @endif

Publish

@endsection