@extends('layouts.master') @section('aboutGirtIntroductory')
GIRT Introductory
@if ($msg = Session::get('ok'))
{{ $msg }}
@endif @if(Auth::user()->user_type == 0)
@endif @if(Auth::user()->user_type == 1 )
@csrf
@if ($errors->has('titleid')) {{ $errors->first('titleid') }} @endif
@if ($errors->has('video_name')) {{ $errors->first('video_name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('image_name')) {{ $errors->first('image_name') }} @endif
@endif
@endsection @section('scripts') @endsection