@extends('layout.master') @section('css') @stop @section('content')
@csrf

Add Activity Type

Choose Picture
@if ($errors->has('media_link'))
{{ $errors->first('media_link') }}
@endif
  File Type Should Be JPG, JPEG, PNG Format.
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@stop @section('script') @stop