@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf

Create News & Blog

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('type')) {{ $errors->first('type') }} @endif
@if($errors->has('posted_date')) {{ $errors->first('posted_date') }} @endif
@if($errors->has('short_description')) {{ $errors->first('short_description') }} @endif
@if($errors->has('short_description_bn')) {{ $errors->first('short_description_bn') }} @endif
@if($errors->has('long_description')) {{ $errors->first('long_description') }} @endif
@if($errors->has('long_description_bn')) {{ $errors->first('long_description_bn') }} @endif
Back
Suggested Image ratio: 330 x 330 | max-size: 1 MB @if($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
Suggested Image ratio: 1170 x 550 | max-size: 1 MB @if($errors->has('banner')) {{ $errors->first('banner') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{-- --}} //validate form @endsection