@extends('admin.layouts.master') @section('main-content')

{{ __('addon.addons') }}

{{ Breadcrumbs::render('addons/add') }}
@csrf
@if ($errors->has('addon_file'))
{{ $errors->first('addon_file') }}
@endif
@endsection