@extends ('backend.layouts.app') @section ('title', __('point::labels.backend.withdraw.management') . ' | ' . __('point::labels.backend.withdraw.create')) @section('breadcrumb-links') @include('point::withdraws.includes.breadcrumb-links') @endsection @push('after-styles') {{ style("assets/plugins/select2/css/select2.min.css") }} {{ style("assets/plugins/select2/css/select2-bootstrap.min.css") }} {{ style("assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css") }} @endpush @section('content') {{ html()->form('POST', route('admin.withdraw.store'))->class('form-horizontal')->open() }}