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

{{ __($pageTitle) }}

@lang('modules.news.all')
@endsection @push('head-script') @endpush @section('content')
{!! Form::open(['route' =>'member.news.create','class'=>'ajax-form','method'=>'POST','enctype'=>"multipart/form-data"]) !!}
@lang('app.selectFile') @lang('app.change') @lang('app.remove')
Select Type Of Image Only (PNG,JPG,JPEG) Maximum Size 2mb
{!! Form::close() !!}
@endsection @push('footer-script') @endpush