@extends('layouts.app') @section('title') {{__('messages.vcard.new_vcard')}} @endsection @section('content')
@include('layouts.errors')
{{ Form::hidden('is_true', Request::query('part') == 'business_hours',['id' => 'vcardCreateEditIsTrue']) }} {!! Form::open(['route' => 'vcards.store','files' => 'true']) !!} @include('vcards.fields') {{ Form::close() }}
@endsection