@extends('layouts.app') @section('page-title')

{{ $pageTitle }}

@endsection @section('content')

@lang('app.add') @lang('app.team')

{!! Form::open(['id'=>'createCurrency','class'=>'ajax-form','method'=>'POST']) !!}
{!! Form::close() !!}
@endsection @push('footer-script') @endpush