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

@yield('title')

@endsection @section('content')
{{ __('File Manager Setting') }}
{{--Stripe Payment Gateway END--}}
@endsection @section('script') @endsection