@extends('bank.layouts.master') @section('title')

إضافة محادثة

@stop @section('content')
{!! Form::model($row, ['url' => 'bank/'.$module.'/create', 'method' => 'post','class'=>'form-horizontal style-form','enctype'=>'multipart/form-data'] ) !!} @include('bank.'.$module.'.form',$row) {!! Form::submit(trans('admin.Save') ,['class' => 'btn btn-primary']) !!} {!! Form::close() !!}
@stop