@extends('layouts.app') @section('content')

Edit Fitness Center

@include('adminlte-templates::common.errors')
{!! Form::model($fitnessCenter, ['route' => ['fitness-centers.update', $fitnessCenter->id], 'method' => 'patch']) !!}
@include('fitness_centers.fields')
{!! Form::close() !!}
@endsection