@extends('layouts.main') @section('title') {{ __('System Settings') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
{{ __('Company Details') }}
{{ __('More Settings') }}
{{--
--}}
{{ __('Paypal Setting') }}



{{ __('Razorpay Setting') }}
{{ __('Paystack Setting') }}
{{ __('Stripe Setting') }}
{{ __('Notification FCM Key') }}
{{ __('Images') }}
@endsection @section('script') @endsection