@extends('layouts.main') @section('title', 'Edit App') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Update App')}}

@csrf
@push('script') @endpush @endsection