@extends('layouts.master') @push('css') @endpush @section('content')

Edit Activity

  View Activity

{{csrf_field()}}
@if ($errors->has('activity')) {{ $errors->first('activity') }} @endif
@endsection