@extends('layouts.admin.app') @section('content')
@include('include.alert')
@csrf @method('put') {{--
Thumbnail Image Should be less than 1mb
Browse
--}}
Type*
Title
Department
Location
Active or Inactive
Content
{{--
Specs Image Should be less than 1mb
--}}
@endsection @section('js') @stop