@extends(Auth::check() && Auth::user()->role->layout == 1 ? 'layouts.admin' : 'layouts.employee') @section('head') @endsection @section('content')

{{trans('general.credit')}}

{{trans('general.edit')}} {{trans('general.credit')}}

{!! Form::model($credit, ['method' => 'PATCH', 'url' => 'credits/'.$credit->id, 'files' => 'true']) !!} {!! Form::hidden('id', $credit->id) !!} @include('credits.form', ['new' => false]) {!! Form::close() !!}
@endsection @section('foot') @endsection