@extends('layouts.master') @section('css') @endsection @section('title') Settings @endsection @section('content')
Mybuss Connection
@if ($setting->mybuss == 1) @else @endif
Financial Year
@isset($setting)
@method('put') @else @endisset @csrf
Business Opening
@csrf
{{--
Import From Tally
@if (Session::has('success')) @endif
--}} {{--
Export To Tally
@if (Session::has('success')) @endif
--}} {{--
--}}
Reset Account
Delete Transactions
@if (Session::has('success-restart'))
@endif
@endsection @section('script') @endsection