@extends('layouts.app') @section('title') {{__('messages.appointment.add_new_appointment')}} @endsection @section('content')

Add User Agent

Back
@include('layouts.errors') {{ Form::open(['route' => 'useragent.store', 'id' => 'addUseragentForm']) }} @include('user_agent.fields') {{ Form::close() }}
@endsection