@extends('layouts.app') @section('content')

Media Portal

Request Access to Portal:

@if (session('status'))
{!! session('status') !!}
@endif @csrf
@if ($errors->has('media_house')) {{ $errors->first('media_house') }} @endif
@if ($errors->has('website_url')) {{ $errors->first('website_url') }} @endif
@if ($errors->has('contact_person')) {{ $errors->first('contact_person') }} @endif
@if ($errors->has('contact_number')) {{ $errors->first('contact_number') }} @endif
@if ($errors->has('email_address')) {{ $errors->first('email_address') }} @endif
 
@if ($errors->has('language')) {{ $errors->first('language') }} @endif

Recent News
@include('feed.news')
@endsection @section('javascript') @endsection