@extends('backend.layouts.app') @section('content')

{{translate('Update Package Information')}}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
@endsection