@extends('layouts.app') @push('css') @endpush @section('content')
Update Institute Location
@csrf
{{ $institute->institute_name }}
@error('latitude') {{ $message }} @enderror
@error('longitude') {{ $message }} @enderror

@endsection @push('js') @endpush