@extends('layouts.header') @section('content')
Add My Service Request
Back
@csrf
Title
*
Type
*
Select Type
@foreach($responsibilities as $resp)
{{ $resp->responsibility}}
@endforeach
Cancel
Save
@endsection @section('append') @endsection