@extends('admin.layout.master') @section('content')

{{trans('admin.' .$title.'_create')}}

@lang('admin.clients_import_by_following_form')

@lang('admin.download_the_form')
@include('admin.layout.message')
{{csrf_field()}} {{method_field('post')}}
@endsection