@extends('backend.layouts.app') @section('page-title', trans('app.edit_credit')) @section('page-heading', $credit->credit) @section('content')
@include('backend.partials.messages')
{!! Form::open(['route' => array('backend.credit.update', $credit->id), 'files' => true, 'id' => 'user-form']) !!}

@lang('app.credit_details')

@include('backend.credits.partials.base', ['edit' => true])
{!! Form::close() !!}
@stop @section('scripts') @stop