@extends('layout.main') @section('content') @can('store-file_manager') {{__('File Manager Configuration')}} @csrf {{__('Allowed Extensions')}} * {{__('Max file Size')}} (mb) * {{trans("file.Save")}} @endcan @push('scripts') @endpush @endsection