@extends('layouts.master') @section('content') @if (session()->has('message'))
{!! session('message') !!}
@endif

Edit Sell Store # {{ $store_branch->id }}

{{ csrf_field() }}
@endsection