@extends('layouts.app') @push('css_lib')
{{--dropzone--}}
@endpush @section('content')
{{trans('lang.stores_payout_plural')}}
{{trans('lang.stores_payout_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.stores_payout_plural')}}
{{trans('lang.stores_payout_create')}}
@include('flash::message') @include('adminlte-templates::common.errors')
@can('storesPayouts.index')
{{trans('lang.stores_payout_table')}}
@endcan
{{trans('lang.stores_payout_create')}}
{!! Form::open(['route' => 'storesPayouts.store']) !!}
@include('stores_payouts.fields')
{!! Form::close() !!}
@include('layouts.media_modal') @endsection @push('scripts_lib') {{--dropzone--}} @endpush